lcWndGetCursorCoord Home

Retrieves a cursor coordinates in the LiteCAD graphics window.

 BOOL lcWndGetCursorCoord (
   HANDLE hLcWnd,
   int* pXwin,
   int* pYwin,
   double* pXdrw,
   double* pYdrw
 );

Parameters
hLcWnd
  Handle to LiteCAD graphics window.
pXwin pYwin
  Pointers to variables that will receive window's coordinates (pixels).
pXdrw pYdrw
  Pointers to variables that will receive drawing's coordinates.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).